home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9946 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  906 b 

  1. Path: isonews.bbn.hp.com!hpbblb!news
  2. From: Matthias Dittrich <matti>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help Please!!!
  5. Date: 5 Mar 1996 07:56:03 GMT
  6. Organization: Hewlett-Packard Co.
  7. Message-ID: <4hgs2j$48h@hpbblb.bbn.hp.com>
  8. References: <96061.113904IO92118@MAINE.MAINE.EDU>
  9. NNTP-Posting-Host: trabant.bbn.hp.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.07 9000/712)
  14. X-URL: news:96061.113904IO92118@MAINE.MAINE.EDU
  15.  
  16. <IO92118@MAINE.MAINE.EDU> wrote:
  17. >
  18. >I try to open do the window programming.
  19. >
  20. >My program is like this:
  21. >
  22. >#include <owl.h>
  23. >...
  24. >
  25. >complier tell me can't open owl.h file.
  26. >
  27. >What does this mean?
  28. >
  29. >I found owl is in the path n:\bc45\include\owlcvt\owl.h
  30. >
  31. Give your compiler the option:
  32. -I n:\bc45\include\owlcvt
  33. This means to search for include files in this path.
  34.  
  35. Good luck,
  36. Matthias
  37.  
  38.